| Overload | Description |
|---|---|
| AddRange(INSet<T>) | Adds a range of items to this list. |
| AddRange(INIterator<T>) | Adds the range of items that the specified enumerable can provide. |
| AddRange(T[]) | Adds the specified range of items |
| AddRange(T[],Int32) | Adds the specified range of items |
| AddRange(T[],Int32,Int32) | Adds the specified range of items |